readline php

45

readline php -

<?php
 
// For input
// Hello World
$a = readline('Enter a string: ');
 
// For output
echo $a;   
?>

Comments

Submit
0 Comments